home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / qdel21.zip / README.TXT < prev   
Text File  |  1992-12-13  |  4KB  |  84 lines

  1.                         Quick Delete Utility
  2.                             Version 2.1
  3.                          December 13, 1992
  4.  
  5. This little utility makes deleting files from DOS much safer and easier
  6. than its DOS equivalent since it will allow you to tag the files for
  7. deletion before actually deleting the selected files.
  8.  
  9. The program is offered free to all who find it useful.
  10.  
  11. To run QDEL, simply type QDEL followed by the file specification.
  12.  
  13. Example: QDEL *.BAK
  14.  
  15. QDEL now supports monochrome monitors by changing TcxlAtrMapSet=0 within the
  16. QDEL.INI file to TcxlAtrMapSet=1 in any ASCII text editor and saving the
  17. file.
  18.  
  19. QDEL now supports the CUA Standard. An important concept in CUA selection is
  20. the idea of an "anchor point."  This is the position in the list from which
  21. an extended selection is made.  Once an anchor point has been established,
  22. the user can create, modify, or remove a range of tagged items.
  23.  
  24. These are the mouse actions that you can use for tagging one or more items:
  25.  
  26. I.  MOUSE
  27.  
  28.     Action              Result
  29.     ======              ======
  30.  
  31.     Click               1.  Tags the item.
  32.                         2.  Un-tags all other tagged items.                                               
  33.                         3.  Sets the anchor point.
  34.  
  35.     Shift+Click         1.  Tags all items from the anchor point to the       
  36.                             selected item.
  37.                         2.  Un-tags all other choices.
  38.                         3.  Preserves the anchor point.
  39.  
  40.     Ctrl+Click          1.  Toggles the tag state of the selected item.
  41.                         2.  Preserves the tagged state of all other choices.
  42.                         3.  Sets the anchor point.
  43.  
  44.     Ctrl+Shift+Click    1.  Toggles all choices from the anchor point to the
  45.                             selected item.
  46.                         2.  Preserves the tag state of all other choices.
  47.                         3.  Preserves the anchor point.
  48.  
  49. II. KEYBOARD
  50.  
  51. On the keyboard, [Space] is the selection key.  In general, however, any 
  52. item you move to using the movement keys ([Up], [Down], [Left], [Right], 
  53. [Home], [End], [PgUp], [PgDn]) is automatically tagged.  To toggle add-mode 
  54. on and off, use [Shift-F8].  To move without tagging additional items, use 
  55. [Shift] with the movement keys.  To end the selection process, and return 
  56. with a list of tagged items, press [Enter].  To terminate selection without 
  57. tagging any items, press [Esc].
  58.  
  59. When in add-mode, the basic behavior is as follows:
  60.  
  61.     ■   Use movement keys to move around without tagging, and to set the anchor
  62.         point.
  63.  
  64.     ■   Use [Shift] with the movement keys to toggle from the anchor point
  65.         to the current position and keep the anchor point.
  66.  
  67.     ■   Use [Ctrl] with the movement keys to move without tagging or changing the
  68.         anchor point.
  69.  
  70.     ■   Use [Space] to toggle the item at the cursor position and set the
  71.         anchor point.
  72.  
  73.     ■   Use [Shift-Space] to toggle everything from the anchor point to the
  74.         current position and preserve the anchor point.
  75.  
  76. If you have any suggestions or comments, feel free to contact me.
  77.  
  78.                ┌─────────────────────────────────────┐
  79.                │             Tadd Stuart             │
  80.                │          47 Carlyle Road            │
  81.                │      Portland Maine 04103-0327      │
  82.                └─────────────────────────────────────┘
  83.  
  84.